{
Alat manipulasi input syel serbaguna. Informasi lebih lanjut: https://www.gnu.org/software/bash/manual/bash.html.
echo ${HOME}work
echo {1..3} {a..c}{dir1,dir2,dir3}
variable
telah diatur sebelum mengembalikan sebuah pesan teks:echo ${variable:+variable is set and contains $variable}
variable
belum pernah diatur:echo ${variable:-default}
variable
dalam format karakter/string:echo ${#variable}
echo ${variable:3:7}
variable
secara rekursif:echo ${!variable}
echo ${variable^^}